home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / QuakeTools / src / libqbuild / outside.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-28  |  362 b   |  14 lines

  1. #ifndef    OUTSIDE_H
  2. #define    OUTSIDE_H
  3.  
  4. // outside.c
  5.  
  6. //=============================================================================
  7.  
  8. //=============================================================================
  9.  
  10. struct node *PointInLeaf(__memBase, struct node * node, vec3_t point);
  11. bool FillOutside(__memBase, struct node * node, char *pointfilename);
  12.  
  13. #endif
  14.